aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov1-4/+16
2012-12-26netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso1-4/+21
2012-12-24netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2-1/+53
2012-12-17netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso1-0/+1
2012-12-16netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2-0/+10
2012-12-16netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney1-3/+12
2012-12-16netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi1-1/+4
2012-12-16netfilter: nf_conntrack_ipv6: fix comment for packets without dataFlorent Fourcot1-2/+2
2012-12-16netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins2-10/+20
2012-12-16netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2-0/+2
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