summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert2014-03-141-27/+149
* vti6: Remove caching of flow informations.Steffen Klassert2014-03-141-31/+0
* vti6: Remove dst_entry cachingSteffen Klassert2014-03-141-24/+18
* ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-7/+15
* ah6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-8/+16
* esp6: Use the IPsec protocol multiplexer APISteffen Klassert2014-03-141-9/+17
* xfrm6: Add IPsec protocol multiplexerSteffen Klassert2014-03-143-1/+278
* xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2014-03-143-1/+88
* xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-073-7/+7
* cfg80211: add MPLS and 802.21 classificationSimon Wunderlich2014-03-041-0/+16
* tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng2014-03-036-4/+21
* sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA2014-03-031-11/+12
* 6lowpan: use memcpy to set tag value in fraghdrAlexander Aring2014-03-021-2/+1
* 6lowpan: remove initialization of tag valueAlexander Aring2014-03-021-1/+0
* 6lowpan: fix type of datagram size parameterAlexander Aring2014-03-021-1/+1
* 6lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring2014-02-284-208/+680
* 6lowpan: fix some checkpatch issuesAlexander Aring2014-02-281-18/+9
* 6lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2014-02-282-0/+1
* 6lowpan: change tag type to __be16Alexander Aring2014-02-281-2/+3
* 6lowpan: fix fragmentation on sending sideAlexander Aring2014-02-281-10/+27
* 6lowpan: add uncompress header size functionAlexander Aring2014-02-281-0/+113
* packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann2014-02-281-3/+13
* neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong2014-02-271-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-2710-178/+591
|\
| * vti4: Enable namespace changingSteffen Klassert2014-02-251-1/+0
| * vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-02-251-5/+24
| * vti4: Support inter address family tunneling.Steffen Klassert2014-02-251-14/+34
| * vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert2014-02-251-11/+11
| * xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert2014-02-251-68/+0
| * vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert2014-02-251-47/+187
| * ip_tunnel: Make vti work with i_key setSteffen Klassert2014-02-251-1/+5
| * xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert2014-02-252-0/+12
| * ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * ah4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+16
| * esp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-254-16/+280
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-2614-160/+158
* | ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-262-5/+6
* | ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-262-7/+4
* | ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa2014-02-261-2/+1
* | neigh: probe application via netlink in NUD_PROBETimo Teräs2014-02-261-4/+4
* | ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork2014-02-261-1/+3
* | net: Add sysfs file for port numberAmir Vadai2014-02-261-0/+2
* | net: tcp: add mib counters to track zero window transitionsFlorian Westphal2014-02-262-1/+14
|/
* bridge: netfilter: Use ether_addr_copyJoe Perches2014-02-245-7/+7
* bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-243-5/+5
* pktgen: document all supported flagsMathias Krause2014-02-241-1/+7
* pktgen: simplify error handling in pgctrl_write()Mathias Krause2014-02-241-13/+6
* pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause2014-02-241-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-248-138/+307
|\
OpenPOWER on IntegriCloud