aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10caif: move the dereference below the NULL testWei Yongjun1-2/+3
2012-09-10filter: add MOD operationEric Dumazet1-0/+15
2012-09-10xfrm: Report user triggered expirations against the users socketEric W. Biederman1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman60-607/+607
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller3-57/+81
2012-09-10mac80211: add key flag for management keysJohannes Berg2-1/+33
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso10-19/+12
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso3-18/+15
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-09-07net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville52-704/+1403
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-17/+17
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel6-34/+21
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2-7/+12
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+27
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2-0/+16
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust3-14/+24
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli3-50/+54
2012-09-07net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4
2012-09-06mac80211: refactor set_channel_typeMichal Kazior1-19/+48
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller1-1/+1
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg3-10/+6
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg32-257/+625
2012-09-06mac80211: disconnect if channel switch failsJohannes Berg2-18/+38
2012-09-06mac80211: don't hang on to sched_scan_iesJohannes Berg2-26/+14
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg7-31/+51
2012-09-06netfilter: take care of timewait socketsEric Dumazet2-22/+25
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-4/+28
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet2-2/+10
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-09-05serial: add a new helper functionHuang Shijie2-3/+3