Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet
2015-03-16net: add sk_fullsock() helperEric Dumazet
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-12net: add real socket cookiesEric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: move skb->dropcount to skb->cb[]Eyal Birger
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-13memcg: cleanup static keys decrementVladimir Davydov
2015-02-09net: rfs: add hash collision detectionEric Dumazet
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-02-03net-timestamp: no-payload only sysctlWillem de Bruijn
2015-01-29net: remove sock_iocbChristoph Hellwig
2014-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann
2014-11-20bury skb_copy_to_page()Al Viro
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-06sock.h: Remove unused NETDEBUG macroJoe Perches
2014-10-28sched, net: Clean up sk_wait_event() vs. might_sleep()Peter Zijlstra
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck
2014-09-06net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-06net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn
2014-08-06net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn
2014-07-24sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-17udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-07-03net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-07-02inet: move ipv6only in sock_commonEric Dumazet
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet