aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17atm: use scnprintf() instead of sprintf()chas williams - CONTRACTOR1-25/+15
2012-12-17netlink: validate addr_len on bindHannes Frederic Sowa1-0/+3
2012-12-17netlink: change presentation of portid in procfs to unsignedHannes Frederic Sowa1-1/+1
2012-12-16ipv6: Fix Makefile offload objectsSimon Arlott1-1/+1
2012-12-15sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann1-1/+2
2012-12-15bridge: add flags to distinguish permanent mdb entiresAmerigo Wang3-7/+14
2012-12-15sctp: Change defaults on cookie hmac selectionNeil Horman2-4/+27
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch5-8/+24
2012-12-14ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong1-0/+17
2012-12-14mac802154: fix destructon ordering for ieee802154 devicesKonstantin Khlebnikov1-2/+2
2012-12-14bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang1-3/+1
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