aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-9/+6
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+7
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+8
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds7-8/+8
2012-12-13bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger1-4/+6
2012-12-13ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones1-4/+0
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds352-6847/+21632
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linusJiri Kosina426-9174/+16307
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang3-29/+289
2012-12-12bridge: notify mdb changes via netlinkCong Wang3-0/+84
2012-12-12ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki1-16/+11
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-163/+125
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet4-6/+15
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2012-12-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-16/+62
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville13-16/+62
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet1-1/+0
2012-12-11bridge: fix seq check in br_mdb_dump()Cong Wang3-4/+5
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar3-3/+0
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet1-26/+26
2012-12-10minstrel: update stats after processing statusJohannes Berg1-4/+5
2012-12-10mac80211: a few whitespace fixesJohannes Berg2-3/+3
2012-12-10net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend1-5/+2
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar4-4/+18
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-10bridge: make buffer larger in br_setlink()Dan Carpenter1-1/+1
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-12-09caif_usb: Make the driver name check more efficientBen Hutchings1-10/+3
2012-12-09caif_usb: Check driver name before reading driver state in netdev notifierBen Hutchings1-2/+5
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck2-2/+17
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+9
2012-12-08Merge branch 'tipc_net-next_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller5-212/+225
2012-12-07tipc: refactor accept() code for improved readabilityPaul Gortmaker1-41/+48
2012-12-07tipc: add lock nesting notation to quiet lockdep warningYing Xue1-1/+2
2012-12-07tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue1-7/+0
2012-12-07tipc: introduce non-blocking socket connectYing Xue1-65/+93
2012-12-07tipc: consolidate connection-oriented message reception in one functionYing Xue1-24/+51
2012-12-07tipc: standardize across connect/disconnect function namingPaul Gortmaker4-15/+31
2012-12-07tipc: change sk_receive_queue upper limitJon Maloy1-2/+2
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet2-3/+5
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng2-6/+15
2012-12-07bridge: export multicast database via netlinkCong Wang4-1/+166
2012-12-07tipc: eliminate aggregate sk_receive_queue limitYing Xue1-19/+4
2012-12-07sctp: Add RCU protection to assoc->transport_addr_listThomas Graf3-10/+28
2012-12-07sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf1-1/+6
2012-12-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller35-598/+1173