summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-138-25/+47
|\
| * sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner2015-06-121-1/+10
| * net: don't wait for order-3 page allocationShaohua Li2015-06-112-2/+2
| * mpls: handle device renames for per-device sysctlsRobert Shearman2015-06-111-0/+11
| * net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman2015-06-101-8/+5
| * bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-06-101-4/+3
| * tipc: disconnect socket directly after probe failureErik Hugne2015-06-101-5/+11
| * Revert "ipv6: Fix protocol resubmission"David S. Miller2015-06-101-5/+3
| * cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-091-0/+2
* | tcp: tcp_v6_connect() cleanupEric Dumazet2015-06-121-2/+0
* | flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet2015-06-121-2/+4
* | flow_dissector: add support for dst, hop-by-hop and routing ext hdrsTom Herbert2015-06-121-0/+17
* | flow_dissector: Fix MPLS entropy label handling in flow dissectorTom Herbert2015-06-121-2/+2
* | net: ipv4: un-inline ip_finish_output2Florian Westphal2015-06-121-1/+1
* | tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet2015-06-111-3/+0
* | tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-112-12/+8
* | tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet2015-06-111-16/+14
* | tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-112-9/+3
* | tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet2015-06-111-2/+2
* | switchdev: fix BUG when port driver doesn't support set attr opScott Feldman2015-06-111-1/+3
* | net/ethtool: Add current supported tunable optionsHadar Hen Zion2015-06-111-0/+12
* | tcp: add CDG congestion controlKenneth Klette Jonassen2015-06-113-0/+454
* | tcp: export tcp_enter_cwr()Kenneth Klette Jonassen2015-06-111-0/+1
* | switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman2015-06-101-2/+2
* | net: tcp: dctcp_update_alpha() fixes.Eric Dumazet2015-06-101-10/+16
* | Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/sc...David S. Miller2015-06-1027-457/+465
|\ \
| * | mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-1019-158/+164
| * | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-06-10362-4687/+10446
| |\ \
| * | | mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green2015-06-101-9/+8
| * | | mac80211: Always check rates and capabilities in mesh modeAlexis Green2015-06-092-1/+5
| * | | mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh2015-06-093-0/+3
| * | | mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_...Alexis Green2015-06-091-9/+9
| * | | mac80211: ignore invalid scan RSSI valuesSara Sharon2015-06-091-1/+7
| * | | mac80211: release channel on auth failureMichal Kazior2015-06-091-0/+3
| * | | mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg2015-06-091-3/+6
| * | | mac80211: rename single hw-scan flag to follow naming conventionJohannes Berg2015-06-021-3/+3
| * | | mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-024-26/+8
| * | | mac80211: stop using pointers as userspace cookiesJohannes Berg2015-06-022-55/+87
| * | | mac80211: copy nl80211 mgmt TX SKB for statusJohannes Berg2015-06-022-44/+104
| * | | mac80211: move TX PN to public part of key structJohannes Berg2015-06-026-142/+38
| * | | mac80211: act upon and report deauth while associatingJohannes Berg2015-06-011-39/+53
* | | | net/unix: support SCM_SECURITY for stream socketsStephen Smalley2015-06-101-4/+16
* | | | bridge: make br_fdb_delete also check if the port matchesNikolay Aleksandrov2015-06-101-3/+5
* | | | Merge tag 'linux-can-next-for-4.2-20150609' of git://git.kernel.org/pub/scm/l...David S. Miller2015-06-101-12/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-091-12/+56
* | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-06-0941-264/+784
|\ \ \ \ | |/ / / |/| | |
| * | | batman-adv: change the MAC of each VLAN upon ndo_set_mac_addressAntonio Quartulli2015-06-071-3/+9
| * | | batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_getSven Eckelmann2015-06-071-5/+0
| * | | batman-adv: Clarify calculation precedence for '&' and '?'Sven Eckelmann2015-06-073-23/+23
| * | | batman-adv: Add required includes to all filesSven Eckelmann2015-06-0741-158/+703