summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy
2012-08-30netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy
2012-08-23packet: Protect packet sk list with mutex (v2)Pavel Emelyanov
2012-08-23af_packet: use define instead of constantdanborkmann@iogearbox.net
2012-08-23rds: Don't disable BH on BH contextYing Xue
2012-08-23ipv6: gre: fix ip6gre_err()Eric Dumazet
2012-08-23xfrm: fix RCU bugsEric Dumazet
2012-08-23net: remove delay at device dismantleEric Dumazet
2012-08-23Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch
2012-08-21tcp: fix possible socket refcount problemEric Dumazet
2012-08-20netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy
2012-08-20netfilter: sparse endian fixesPatrick McHardy
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue
2012-08-20tipc: optimize the initialization of network device notifierYing Xue
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter
2012-08-17xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber