summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso2013-10-141-7/+90
* netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2013-10-142-2/+2
* netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-1413-70/+1078
* netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-1410-265/+197Star
* netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-142-28/+72
* netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-142-24/+110
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-1416-135/+238
* netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-149-618/+1573
* netfilter: add nftablesPatrick McHardy2013-10-1432-0/+5470
* netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+20
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-1424-116/+141
* tcp: tcp_transmit_skb() optimizationsEric Dumazet2013-10-111-7/+7
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-1126-2072/+1964Star
|\
| * batman-adv: reorder batadv_iv_flagsSimon Wunderlich2013-10-091-4/+14
| * batman-adv: remove packed from batadv_ogm_packetSimon Wunderlich2013-10-091-1/+4
| * batman-adv: reorder packet typesSimon Wunderlich2013-10-094-13/+68
| * batman-adv: add build check macros for packet member offsetSimon Wunderlich2013-10-091-0/+8
| * batman-adv: remove vis functionalitySimon Wunderlich2013-10-0915-1245/+1Star
| * batman-adv: move BATADV_TT_CLIENT_TEMP to higher bitAntonio Quartulli2013-10-091-1/+1
| * batman-adv: use CRC32C instead of CRC16 in TT codeAntonio Quartulli2013-10-093-38/+45
| * batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packetsMarek Lindner2013-10-094-83/+86
| * batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner2013-10-095-334/+286Star
| * batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner2013-10-095-158/+187
| * batman-adv: tvlv - add network coding containerMarek Lindner2013-10-095-1/+75
| * batman-adv: tvlv - add distributed arp table containerMarek Lindner2013-10-095-1/+83
| * batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner2013-10-0911-191/+327
| * batman-adv: tvlv - basic infrastructureMarek Lindner2013-10-097-17/+794
| * batman-adv: switch to a new packet compatibility versionAntonio Quartulli2013-10-091-1/+1
* | inet: rename ir_loc_port to ir_numEric Dumazet2013-10-109-17/+17
* | tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet2013-10-101-1/+6
* | inet: includes a sock_common in request_sockEric Dumazet2013-10-1015-155/+155
* | net: gro: allow to build full sized skbEric Dumazet2013-10-101-17/+26
* | fib_trie: only calc for the un-first nodebaker.zhang2013-10-101-5/+1Star
|/
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-093-3/+11
* udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet2013-10-091-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-0928-239/+189Star
* tcp/dccp: remove twchainEric Dumazet2013-10-098-240/+122Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-0927-69/+153
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-092-11/+10Star
| * net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde2013-10-081-1/+1
| * pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
| * ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel2013-10-081-2/+1Star
| * l2tp: Fix build warning with ipv6 disabled.David S. Miller2013-10-081-5/+8
| * 6lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott2013-10-081-0/+3
| * 6lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott2013-10-081-0/+2
| * net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-071-2/+2
| * ipv4: fix ineffective source address selectionJiri Benc2013-10-071-1/+1
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-4/+4
| * ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel2013-10-071-2/+10
| * netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-071-1/+2