aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring4-208/+680
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-02-286lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-02-286lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-02-28packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-1/+32
2014-02-27ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller10-64/+99
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller10-178/+591
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-12/+19
2014-02-27net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti1-0/+1
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville10-64/+99
2014-02-27mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA1-12/+12
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet14-160/+158
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2-5/+6
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2-7/+4
2014-02-26ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-26ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-26net: Add sysfs file for port numberAmir Vadai1-0/+2
2014-02-26net: tcp: add mib counters to track zero window transitionsFlorian Westphal2-1/+14
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet1-2/+2
2014-02-26af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells1-2/+6
2014-02-26af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells4-4/+60
2014-02-26af_rxrpc: Improve ACK productionDavid Howells3-4/+3
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells11-27/+211
2014-02-26af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDEDDavid Howells1-0/+1
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert1-1/+1
2014-02-25net: Fix permission check in netlink_connect()Mike Pecovnik1-2/+2
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2-10/+17
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic1-1/+9
2014-02-25vti4: Enable namespace changingSteffen Klassert1-1/+0
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-5/+24
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert1-14/+34
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert1-11/+11
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert1-68/+0
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert1-47/+187
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert1-1/+5
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert2-0/+12
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+16
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert4-16/+280
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches5-7/+7
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches3-5/+5