summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-03ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2014-01-03sctp: 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-03netfilter: x_tables: lightweight process control group matchingDaniel Borkmann3-0/+82
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann4-5/+5
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann6-122/+130
2014-01-03netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond1-1/+3
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger3-27/+0
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-28/+0
2014-01-03netfilter: nf_nat: add full port randomization supportDaniel Borkmann2-6/+8
2014-01-03netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz1-3/+2
2014-01-03netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann1-3/+6
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing1-21/+3
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2014-01-02ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano1-3/+10
2014-01-02net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao3-23/+31
2014-01-02net: revert "sched classifier: make cgroup table local"Cong Wang1-1/+1
2014-01-02sctp: 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-01ipv6: namespace cleanupsstephen hemminger2-19/+35
2014-01-01net: core functions cleanupstephen hemminger1-56/+26
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-17/+1
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger3-28/+4
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing1-0/+2
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville26-484/+645
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso3-0/+68
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu1-1/+1
2013-12-31net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu1-1/+1
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2-2/+19
2013-12-31sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong1-2/+2
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann1-0/+2
2013-12-31netlink: only do not deliver to tap when both sides are kernel sksDaniel Borkmann1-5/+8
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman1-12/+18
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang1-18/+19
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang4-13/+11
2013-12-31packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen1-2/+2
2013-12-31ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing1-4/+1
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond5-7/+30
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond2-301/+18