summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+15
2012-09-14pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-14netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-14netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-09-11net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-10filter: add MOD operationEric Dumazet1-0/+15
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman3-13/+13
2012-09-09netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2-3/+2
2012-09-09netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-09-09net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-6/+11
2012-09-06net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet1-1/+6
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso7-34/+152
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-0/+95
2012-09-01net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+1
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy1-0/+20
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang1-9/+1
2012-08-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller3-16/+32
2012-08-24net: Set device operstate at registration timeBen Hutchings2-0/+10
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2-4/+8
2012-08-23net: remove delay at device dismantleEric Dumazet4-17/+12
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-59/+118
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-17net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-17net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend1-0/+4
2012-08-17net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-08-15userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-3/+3
2012-08-15userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-15userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2-10/+25
2012-08-15netpoll: re-enable irq in poll_napi()Amerigo Wang1-1/+9
2012-08-15netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang1-0/+15
2012-08-15netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang1-14/+17
2012-08-15netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang1-2/+1
2012-08-15netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-10/+32
2012-08-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-4/+4
2012-08-15net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-15net: move and rename netif_notify_peers()Amerigo Wang1-0/+18
2012-08-10net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-10net: Allow to create links with given ifindexPavel Emelyanov2-6/+13
2012-08-10time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-08-09net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-09net: force dst_default_metrics to const sectionEric Dumazet1-1/+9
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+1