aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-12netfilter: bridge: restore vlan tag when refragmentingFlorian Westphal1-0/+10
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2-4/+7
2015-06-12netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler3-42/+106
2015-06-12netfilter: bridge: re-order check_hbh_len()Bernhard Thaler1-55/+56
2015-06-12netfilter: bridge: rename br_parse_ip_optionsBernhard Thaler1-5/+4
2015-06-12netfilter: bridge: refactor frag_max_sizeBernhard Thaler2-14/+7
2015-06-12netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2-9/+47
2015-06-12netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()Bernhard Thaler1-31/+32
2015-06-12netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTINGBernhard Thaler1-2/+2
2015-06-12netfilter: conntrack: warn the user if there is a better helper to useMarcelo Ricardo Leitner1-1/+7
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet2-12/+8
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet2-9/+3
2015-06-11tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet1-2/+2
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman1-1/+3
2015-06-11net/ethtool: Add current supported tunable optionsHadar Hen Zion1-0/+12
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen3-0/+454
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen1-0/+1
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman1-2/+2
2015-06-10net: tcp: dctcp_update_alpha() fixes.Eric Dumazet1-10/+16
2015-06-10Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller27-457/+465
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley1-4/+16
2015-06-10bridge: make br_fdb_delete also check if the port matchesNikolay Aleksandrov1-3/+5
2015-06-10Merge tag 'linux-can-next-for-4.2-20150609' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-12/+56
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg19-158/+164
2015-06-10Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg362-4687/+10446
2015-06-10mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green1-9/+8
2015-06-09Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller41-264/+784
2015-06-09mac80211: Always check rates and capabilities in mesh modeAlexis Green2-1/+5
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh3-0/+3
2015-06-09mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_frameAlexis Green1-9/+9
2015-06-09mac80211: ignore invalid scan RSSI valuesSara Sharon1-1/+7
2015-06-09mac80211: release channel on auth failureMichal Kazior1-0/+3
2015-06-09mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg1-3/+6
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp1-12/+56
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-18/+36
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn1-9/+2
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman1-2/+9
2015-06-07fib_trie: coding style: Use pointer after checkFiro Yang1-8/+13
2015-06-07bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-07Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller1-2/+2
2015-06-07mpls: fix possible use after free of deviceRobert Shearman2-1/+2
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok1-2/+2
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet2-23/+6
2015-06-07batman-adv: change the MAC of each VLAN upon ndo_set_mac_addressAntonio Quartulli1-3/+9
2015-06-07batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_getSven Eckelmann1-5/+0
2015-06-07batman-adv: Clarify calculation precedence for '&' and '?'Sven Eckelmann3-23/+23
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann41-158/+703