aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven1-1/+4
2013-12-24netfilter: add IPv4/6 IPComp extension match supportfan.du3-0/+121
2013-12-21netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti1-0/+34
2013-12-20netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal1-2/+10
2013-12-20netfilter: avoid get_random_bytes callsFlorian Westphal6-13/+5
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu5-74/+96
2013-12-11ipv6: router reachability probingJiri Benc2-6/+25
2013-12-11sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2-6/+7
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang1-35/+122
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue2-11/+7
2013-12-11tipc: eliminate code duplication in media layerYing Xue4-231/+149
2013-12-11tipc: relocate common functions from media to bearerYing Xue5-401/+114
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue3-46/+65
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy2-19/+19
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy4-62/+23
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue2-55/+9
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang1-4/+6
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang2-2/+3
2013-12-10net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2-3/+3
2013-12-10net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang2-2/+3
2013-12-10net: handle error more gracefully in socketpair()Yann Droneaud1-18/+31
2013-12-10net: more spelling fixesstephen hemminger5-11/+11
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko1-4/+9
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot2-2/+2
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2-6/+2
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2-2/+0
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2-0/+8
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches1-1/+1
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2-1/+8
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko3-6/+72
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko5-5/+17
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko2-15/+50
2013-12-09neigh: convert parms to an arrayJiri Pirko6-244/+203
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne7-117/+28
2013-12-09x25: convert printks to pr_<level>wangweidong7-17/+32
2013-12-09packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2-12/+80
2013-12-09net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-15/+0