aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-2/+1
2012-05-03net: Fix truesize accounting in skb_gro_receive()Eric Dumazet1-3/+8
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller1-0/+1
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-4/+5
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet1-0/+1
2012-04-30net: makes skb_splice_bits() aware of skb->head_fragEric Dumazet1-3/+7
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet2-2/+30
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet1-6/+18
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose1-1/+1
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet1-27/+15
2012-04-25net: sock_diag_handler structs can be constShan Wei1-6/+6
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet1-4/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+19
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller1-29/+29
2012-04-23net: speedup skb_splice_bits()Eric Dumazet1-11/+19
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-2/+2
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet1-0/+3
2012-04-21drop_monitor: allow more events per secondEric Dumazet1-0/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-6/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+1
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman1-27/+6
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2-2/+2
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei1-0/+1
2012-04-18net/core:Remove memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-04-18netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend1-2/+33
2012-04-15net: add fdb generic dump routineJohn Fastabend1-0/+84
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend1-16/+81
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-0/+152
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet9-27/+28
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-2/+1
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-4/+4
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-04-12net: Fixed coding style issues relating to braces.Jeffrin Jose1-6/+3
2012-04-12net/core: simple_strtoul cleanupShuah Khan1-3/+2
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-59/+24
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet2-40/+21
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran1-0/+11
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran1-3/+45
2012-04-03filter: add XOR operationJiri Pirko1-0/+4
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko1-4/+62