summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller54-338/+499
2014-01-07net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-07net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-07bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2014-01-07bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-07tcp: out_of_order_queue do not use its lockEric Dumazet2-2/+2
2014-01-07ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-07net: pkt_sched: PIE AQM schemeVijay Subramanian3-0/+569
2014-01-06netfilter: Fix build failure in nfnetlink_queue_core.c.David S. Miller1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller14-534/+487
2014-01-06net: netdev_kobject_init: annotate with __initDaniel Borkmann2-2/+2
2014-01-06net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2014-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-205/+402
2014-01-05tipc: remove unused codestephen hemminger4-26/+0
2014-01-05tipc: make local function staticstephen hemminger2-2/+1
2014-01-05dccp: make local variable staticstephen hemminger2-2/+1
2014-01-05dccp: remove obsolete codestephen hemminger2-33/+0
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing11-48/+41
2014-01-04llc: make lock staticstephen hemminger1-2/+1
2014-01-04socket: cleanupsstephen hemminger1-19/+2
2014-01-04ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-12/+32
2014-01-04ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2014-01-04sctp: Add process name and pid to deprecation warningsNeil Horman1-6/+18
2014-01-04netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso1-9/+78
2014-01-04netfilter: x_tables: lightweight process control group matchingDaniel Borkmann3-0/+82
2014-01-04net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann4-5/+5
2014-01-04net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann6-122/+130
2014-01-04netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond1-1/+3
2014-01-04netfilter: nf_conntrack: remove dead codestephen hemminger3-27/+0
2014-01-04netfilter: ipset: remove unused codestephen hemminger1-28/+0
2014-01-04netfilter: nf_nat: add full port randomization supportDaniel Borkmann2-6/+8
2014-01-04netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz1-3/+2
2014-01-04netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann1-3/+6
2014-01-03netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-03ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing1-21/+3
2014-01-03ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2014-01-03ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano1-3/+10
2014-01-03net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-01-03ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao3-23/+31
2014-01-03net: revert "sched classifier: make cgroup table local"Cong Wang1-1/+1
2014-01-03sctp: Remove outqueue empty stateVlad Yasevich1-25/+7
2014-01-02sched classifier: make cgroup table localstephen hemminger1-1/+1
2014-01-02sched action: make local function staticstephen hemminger1-5/+3
2014-01-02ipv4: switch and case should be at the same indentWeilong Chen1-15/+15
2014-01-02ipv4: spaces required around that '='Weilong Chen1-4/+4
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing2-6/+6
2014-01-02tipc: make the code look more readablewangweidong1-5/+2
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine1-5/+10
2014-01-02ipv6: namespace cleanupsstephen hemminger2-19/+35
2014-01-02net: core functions cleanupstephen hemminger1-56/+26