aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger
2012-12-13ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明
2012-12-13nfc: remove noisy message from llcp_sock_sendmsgDave Jones
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang
2012-12-12bridge: notify mdb changes via netlinkCong Wang
2012-12-12ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-12-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville
2012-12-11net: gro: avoid double copy in skb_gro_receive()Eric Dumazet
2012-12-11bridge: fix seq check in br_mdb_dump()Cong Wang
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet
2012-12-10minstrel: update stats after processing statusJohannes Berg
2012-12-10mac80211: a few whitespace fixesJohannes Berg
2012-12-10net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-12-10bridge: make buffer larger in br_setlink()Dan Carpenter
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell
2012-12-09caif_usb: Make the driver name check more efficientBen Hutchings
2012-12-09caif_usb: Check driver name before reading driver state in netdev notifierBen Hutchings
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-12-08Merge branch 'tipc_net-next_v2' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2012-12-07tipc: refactor accept() code for improved readabilityPaul Gortmaker
2012-12-07tipc: add lock nesting notation to quiet lockdep warningYing Xue
2012-12-07tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue
2012-12-07tipc: introduce non-blocking socket connectYing Xue
2012-12-07tipc: consolidate connection-oriented message reception in one functionYing Xue
2012-12-07tipc: standardize across connect/disconnect function namingPaul Gortmaker
2012-12-07tipc: change sk_receive_queue upper limitJon Maloy
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-12-07bridge: export multicast database via netlinkCong Wang
2012-12-07tipc: eliminate aggregate sk_receive_queue limitYing Xue
2012-12-07sctp: Add RCU protection to assoc->transport_addr_listThomas Graf
2012-12-07sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf
2012-12-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville