summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-30net: allow skb->head to be a page fragmentEric Dumazet
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-21drop_monitor: allow more events per secondEric Dumazet
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet
2012-04-19net: dont drop packet but consume itEric Dumazet
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei
2012-04-18net/core:Remove memleak reports by kmemleak_not_leak.majianpeng
2012-04-18netns: do not leak net_generic data on failed initJulian Anastasov
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend
2012-04-15net: add fdb generic dump routineJohn Fastabend
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-12net: Fixed coding style issues relating to braces.Jeffrin Jose
2012-04-12net/core: simple_strtoul cleanupShuah Khan
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran
2012-04-03filter: add XOR operationJiri Pirko
2012-04-03filter: Allow to create sk-unattached filtersJiri Pirko
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert
2012-04-03net: fix /proc/net/dev regressionEric Dumazet