summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-06-14tcp: cdg: use div_u64()Kenneth Klette Jonassen
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-13tcp: tcp_v6_connect() cleanupEric Dumazet
2015-06-13flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet
2015-06-12flow_dissector: add support for dst, hop-by-hop and routing ext hdrsTom Herbert
2015-06-12flow_dissector: Fix MPLS entropy label handling in flow dissectorTom Herbert
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2015-06-12net: don't wait for order-3 page allocationShaohua Li
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet
2015-06-11tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman
2015-06-11net/ethtool: Add current supported tunable optionsHadar Hen Zion
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen
2015-06-11switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman
2015-06-11net: tcp: dctcp_update_alpha() fixes.Eric Dumazet
2015-06-11net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-06-11Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/sc...David S. Miller
2015-06-11net/unix: support SCM_SECURITY for stream socketsStephen Smalley
2015-06-11bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-06-11tipc: disconnect socket directly after probe failureErik Hugne
2015-06-11bridge: make br_fdb_delete also check if the port matchesNikolay Aleksandrov
2015-06-11Merge tag 'linux-can-next-for-4.2-20150609' of git://git.kernel.org/pub/scm/l...David S. Miller
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2015-06-10mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green
2015-06-10Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-06-09cfg80211: wext: clear sinfo struct before calling driverJohannes Berg
2015-06-09mac80211: Always check rates and capabilities in mesh modeAlexis Green
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh
2015-06-09mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_...Alexis Green
2015-06-09mac80211: ignore invalid scan RSSI valuesSara Sharon
2015-06-09mac80211: release channel on auth failureMichal Kazior
2015-06-09mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman
2015-06-08fib_trie: coding style: Use pointer after checkFiro Yang
2015-06-08bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-06-08Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller
2015-06-08mpls: fix possible use after free of deviceRobert Shearman
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok