summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-05-09802: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov
2012-05-08ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov
2012-05-08netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond
2012-05-08netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-05-06skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_headAlexander Duyck
2012-05-06skb: Drop bad code from pskb_expand_headAlexander Duyck
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman