summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-1532-220/+240
|\
| * neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-141-4/+5
| * net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-07-141-107/+15Star
| * tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-121-0/+1
| * GRE: enable offloads for GREAmritha Nambiar2014-07-111-0/+1
| * netlink: Fix handling of error from netlink_dump().Ben Pfaff2014-07-091-2/+2
| * appletalk: Fix socket referencing in skbAndrey Utkin2014-07-091-3/+0Star
| * ip_tunnel: fix ip_tunnel_lookupDmitry Popov2014-07-091-4/+8
| * tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy2014-07-091-3/+8
| * tcp: fix false undo corner casesYuchung Cheng2014-07-082-6/+8
| * igmp: fix the problem when mc leave groupdingtianhong2014-07-081-4/+6
| * net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli2014-07-081-1/+8
| * Merge branch 'net_ovs_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2014-07-087-19/+55
| |\
| | * openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-07-013-13/+29
| | * openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-293-6/+7
| | * openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang2014-06-291-0/+17
| | * openvswitch: Fix a double free bug for the sample actionAndy Zhou2014-06-291-0/+2
| * | net: Performance fix for process_backlogTom Herbert2014-07-081-11/+10Star
| * | ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-081-2/+0Star
| * | tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-031-1/+2
| * | vlan: free percpu stats in device destructorEric Dumazet2014-07-031-3/+10
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-026-39/+73
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-276-39/+73
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-252-15/+57
| | | |\
| | | | * Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski2014-06-201-1/+11
| | | | * Bluetooth: Fix rejecting pairing in case of insufficient capabilitiesJohan Hedberg2014-06-201-0/+20
| | | | * Bluetooth: Refactor authentication method lookup into its own functionJohan Hedberg2014-06-201-5/+12
| | | | * Bluetooth: Fix overriding higher security level in SMPJohan Hedberg2014-06-201-9/+14
| | | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-06-254-24/+16Star
| | | |\ \ | | | | |/ | | | |/|
| | | | * nl80211: move set_qos_map command into split stateJohannes Berg2014-06-241-6/+5Star
| | | | * cfg80211: fix elapsed_jiffies calculationEliad Peller2014-06-231-1/+1
| | | | * Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg2014-06-231-15/+7Star
| | | | * mac80211: WEP extra head/tail room in ieee80211_send_authMax Stepanov2014-06-231-2/+3
| * | | | ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-011-7/+8
| |/ / /
| * | | ipv6: Fix MLD Query message checkHangbin Liu2014-06-271-2/+11
| * | | udp: Add MIB counters for rcvbuferrorsJames M Leddy2014-06-272-2/+9
* | | | net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-07-151-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-06-281-55/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-271-55/+0Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-2620-128/+219
|\ \ \
| * | | net: fix setting csum_start in skb_segment()Tom Herbert2014-06-261-1/+1
| * | | ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-262-14/+16
| * | | net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser2014-06-261-2/+2
| * | | trivial: net: filter: Change kerneldoc parameter orderTobias Klauser2014-06-261-1/+1
| * | | trivial: net: filter: Fix typo in commentTobias Klauser2014-06-261-1/+1
| * | | 8021q: fix a potential memory leakLi RongQing2014-06-221-1/+4
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-206-65/+85
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-186-65/+85
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-176-65/+85
| | | |\ \ | | | | |/ | | | |/|
| | | | * Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-131-5/+0Star