summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-02-26ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs
2014-02-26ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork
2014-02-26net: Add sysfs file for port numberAmir Vadai
2014-02-26net: tcp: add mib counters to track zero window transitionsFlorian Westphal
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet
2014-02-26af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells
2014-02-26af_rxrpc: Improve ACK productionDavid Howells
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells
2014-02-26af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDEDDavid Howells
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert
2014-02-25net: Fix permission check in netlink_connect()Mike Pecovnik
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa
2014-02-25Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg
2014-02-25Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg
2014-02-25Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek
2014-02-25cfg80211: send stop AP event only due to internal reasonIlan Peer
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic
2014-02-25cfg80211: regulatory: allow getting DFS CAC time from userspaceJanusz Dziedzic
2014-02-25cfg80211: regulatory: allow user to set world regdomainJanusz Dziedzic
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic
2014-02-25cfg80211: regulatory: simplify uevent sendingJohannes Berg
2014-02-25netfilter: nfnetlink_log: remove unused codeFlorian Westphal
2014-02-25netfilter: nf_tables: accept QUEUE/DROP verdict parametersPatrick McHardy
2014-02-25netfilter: nf_tables: add nft_dereference() macroPatrick McHardy
2014-02-25netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy
2014-02-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy
2014-02-25vti4: Enable namespace changingSteffen Klassert
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches
2014-02-24tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet
2014-02-24pktgen: document all supported flagsMathias Krause
2014-02-24pktgen: simplify error handling in pgctrl_write()Mathias Krause
2014-02-24pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville