aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry1-0/+6
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-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa1-5/+5
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
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-03net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2012-04-02net: Report dev->promiscuity in netlink reports.Ben Greear1-0/+3
2012-04-02gen_stats: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-04-02fib_rules: Stop using NLA_PUT*().David S. Miller1-17/+15
2012-04-02rtnetlink: Stop using NLA_PUT*().David S. Miller1-32/+35
2012-04-02neighbour: Stop using NLA_PUT*().David S. Miller1-35/+40
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-15/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds9-9/+0