summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-4/+6
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-220/+240
2014-07-15net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-07-15neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-4/+5
2014-07-15net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-12tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-07-12GRE: enable offloads for GREAmritha Nambiar1-0/+1
2014-07-10netlink: Fix handling of error from netlink_dump().Ben Pfaff1-2/+2
2014-07-09appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-09ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-09tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-07-08tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-08igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-08net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-08Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-19/+55
2014-07-08net: Performance fix for process_backlogTom Herbert1-11/+10
2014-07-08ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-03tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-03vlan: free percpu stats in device destructorEric Dumazet1-3/+10
2014-07-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-39/+73
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-07-01openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang3-13/+29
2014-06-30openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff3-6/+7
2014-06-30openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang1-0/+17
2014-06-30openvswitch: Fix a double free bug for the sample actionAndy Zhou1-0/+2
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-55/+0
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-55/+0
2014-06-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-39/+73
2014-06-27ipv6: Fix MLD Query message checkHangbin Liu1-2/+11
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy2-2/+9
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-128/+219
2014-06-26net: fix setting csum_start in skb_segment()Tom Herbert1-1/+1
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet2-14/+16
2014-06-26net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser1-2/+2
2014-06-26trivial: net: filter: Change kerneldoc parameter orderTobias Klauser1-1/+1
2014-06-26trivial: net: filter: Fix typo in commentTobias Klauser1-1/+1
2014-06-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-15/+57
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville4-24/+16
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-0/+1
2014-06-24nl80211: move set_qos_map command into split stateJohannes Berg1-6/+5
2014-06-23cfg80211: fix elapsed_jiffies calculationEliad Peller1-1/+1
2014-06-23Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg1-15/+7
2014-06-23mac80211: WEP extra head/tail room in ieee80211_send_authMax Stepanov1-2/+3
2014-06-228021q: fix a potential memory leakLi RongQing1-1/+4
2014-06-20Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski1-1/+11
2014-06-20Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg1-0/+20
2014-06-20Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg1-5/+12
2014-06-20Bluetooth: Fix overriding higher security level in SMPJohan Hedberg1-9/+14
2014-06-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-65/+85
2014-06-20net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann1-2/+1