aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-12batman-adv: implement batadv_tt_entriesAntonio Quartulli1-4/+15
2013-10-12batman-adv: remove useless find_router look upSimon Wunderlich1-21/+8
2013-10-12batman-adv: consider network coding overhead when calculating required mtuMarek Lindner5-17/+37
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli4-42/+62
2013-10-12batman-adv: use htons when possibleAntonio Quartulli5-13/+13
2013-10-12batman-adv: Fragment and send skbs larger than mtuMartin Hundebøll5-4/+154
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll11-1/+574
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll14-729/+221
2013-10-12batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)Antonio Quartulli1-1/+1
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli1-7/+12
2013-10-12batman-adv: don't use call_rcu if not neededAntonio Quartulli1-14/+6
2013-10-12batman-adv: remove batadv_tt_global_add_orig declarationAntonio Quartulli1-3/+0
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli2-10/+8
2013-10-12batman-adv: only add recordroute information to icmp request/replySimon Wunderlich1-1/+3
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet1-7/+7
2013-10-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller26-2072/+1964
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet9-17/+17
2013-10-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville26-542/+1237
2013-10-10ipv6: Add support for IPsec virtual tunnel interfacesSteffen Klassert3-0/+1068
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet1-1/+6
2013-10-10inet: includes a sock_common in request_sockEric Dumazet15-155/+155
2013-10-10net: gro: allow to build full sized skbEric Dumazet1-17/+26
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang1-5/+1
2013-10-09batman-adv: reorder batadv_iv_flagsSimon Wunderlich1-4/+14
2013-10-09batman-adv: remove packed from batadv_ogm_packetSimon Wunderlich1-1/+4
2013-10-09batman-adv: reorder packet typesSimon Wunderlich4-13/+68
2013-10-09batman-adv: add build check macros for packet member offsetSimon Wunderlich1-0/+8
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich15-1245/+1
2013-10-09batman-adv: move BATADV_TT_CLIENT_TEMP to higher bitAntonio Quartulli1-1/+1
2013-10-09batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli3-38/+45
2013-10-09batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner4-83/+86
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner5-334/+286
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner5-158/+187
2013-10-09batman-adv: tvlv - add network coding containerMarek Lindner5-1/+75
2013-10-09batman-adv: tvlv - add distributed arp table containerMarek Lindner5-1/+83
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner11-191/+327
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner7-17/+794
2013-10-09batman-adv: switch to a new packet compatibility versionAntonio Quartulli1-1/+1
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet3-3/+11
2013-10-09ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel.Steffen Klassert1-0/+69
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet28-239/+189
2013-10-08tcp/dccp: remove twchainEric Dumazet8-240/+122
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-69/+153
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet2-11/+10
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet1-1/+1
2013-10-08ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel1-2/+1
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng1-2/+2
2013-10-08cgroup: netprio: remove unnecessary task_netprioidxGao feng1-2/+1