summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-26/+43
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-08-18net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-18net: rps: support 802.1QChangli Gao1-0/+8
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko3-7/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko7-10/+6
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-6/+6
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim1-2/+1
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert1-0/+22
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert1-0/+7
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert6-13/+16
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert1-5/+7
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane1-0/+3
2011-08-13af_iucv: add HiperSockets transportUrsula Braun1-72/+677
2011-08-13af_iucv: cleanup - use iucv_sk(sk) earlyUrsula Braun1-21/+23
2011-08-13af_iucv: use loadable iucv interfaceFrank Blaschka1-45/+74
2011-08-13iucv: kernel option for z/VM IUCV and HiperSocketsUrsula Braun1-6/+8
2011-08-13iucv: introduce loadable iucv interfaceFrank Blaschka1-0/+23
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet10-23/+22
2011-08-12neigh: reduce arp latencyEric Dumazet1-14/+26
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko1-1/+0
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov1-5/+3
2011-08-11net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall1-1/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeJulia Lawall1-8/+12
2011-08-11scm: Capture the full credentials of the scm senderTim Chen1-1/+1
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison2-2/+2
2011-08-09net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal1-1/+1
2011-08-09net: fix potential neighbour race in dst_ifdown()Eric Dumazet1-5/+10
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin2-2/+11
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller41-103/+353
2011-08-07ipv4: use dst with ref during bcast/mcast loopbackJulian Anastasov1-0/+1
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+2
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta1-4/+5
2011-08-07ipv4: fix the reusing of routing cache entriesJulian Anastasov1-1/+2
2011-08-07netfilter: avoid double free in nf_reinjectJulian Anastasov1-0/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller11-8/+195
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev1-2/+9
2011-08-05net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa1-9/+34
2011-08-05net: Cap number of elements for sendmmsgAnton Blanchard1-0/+3
2011-08-05net: sendmmsg should only return an error if no messages were sentAnton Blanchard1-24/+3
2011-08-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+1
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville1-1/+1
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet6-22/+54
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger55-193/+193
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti1-21/+48
2011-08-01net: add kerneldoc to skb_copy_bits()Eric Dumazet1-2/+15
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore14-15/+13