aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal1-0/+2
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker1-1/+0
2013-10-27netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik1-1/+1
2013-10-23netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev1-4/+3
2013-10-22netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2-24/+20
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik4-54/+58
2013-10-17netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng1-4/+6
2013-10-17netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directoryGao feng1-1/+1
2013-10-17netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_getGao feng1-6/+6
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespaceGao feng1-7/+11
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_list per net namespaceGao feng1-5/+7
2013-10-17netfilter: ipt_CLUSTERIP: make proc directory per net namespaceGao feng1-19/+51
2013-10-17netfilter: xt_socket: use sock_gen_put()Eric Dumazet1-11/+2
2013-10-15ipvs: improved SH fallback strategyAlexander Frolkin1-10/+29
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov3-7/+3
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet9-17/+17
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-09net: fix build errors if ipv6 is disabledEric Dumazet3-3/+11
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
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer3-4/+5
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer2-18/+185
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer2-4/+6
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet1-0/+3
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott1-0/+3
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott1-0/+2
2013-10-07net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller11-287/+936
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman2-14/+17
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-1653/+2418
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet3-6/+6
2013-10-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller5-14/+22
2013-10-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville12-326/+969