summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-033-27/+0Star
* netfilter: ipset: remove unused codestephen hemminger2014-01-031-28/+0Star
* netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-032-6/+8
* ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
* netfilter: add IPv4/6 IPComp extension match supportfan.du2013-12-243-0/+121
* netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti2013-12-211-0/+34
* netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal2013-12-201-2/+10
* netfilter: avoid get_random_bytes callsFlorian Westphal2013-12-206-13/+5Star
* ipv6: fix incorrect type in declarationFlorent Fourcot2013-12-121-1/+2
* net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-125-74/+96
* ipv6: router reachability probingJiri Benc2013-12-112-6/+25
* sctp: remove redundant null check on asocwangweidong2013-12-111-4/+2Star
* sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5Star
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-112-6/+7
* net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7Star
* tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149Star
* tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114Star
* tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-113-46/+65
* tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-112-19/+19
* tipc: initiate media type array at compile timeJon Paul Maloy2013-12-114-62/+23Star
* tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9Star
* net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-111-4/+6
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-112-2/+3
* net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-112-3/+3
* net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-111-1/+1
* net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-112-2/+3
* net: handle error more gracefully in socketpair()Yann Droneaud2013-12-111-18/+31
* net: more spelling fixesstephen hemminger2013-12-115-11/+11
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-111-2/+6
* dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-111-4/+9
* neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko2013-12-101-1/+1
* ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* ipv6: use ip6_flowinfo helperFlorent Fourcot2013-12-101-2/+1Star
* ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-102-2/+2
* ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-102-6/+2Star
* ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-102-2/+0Star
* ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-102-0/+8
* batadv: Slight optimization of batadv_compare_ethJoe Perches2013-12-101-1/+1
* neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-102-1/+8
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-103-6/+72
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-105-5/+17
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-102-15/+50
* neigh: convert parms to an arrayJiri Pirko2013-12-106-244/+203Star
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-107-117/+28Star
* x25: convert printks to pr_<level>wangweidong2013-12-107-17/+32
* packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2013-12-102-12/+80
* net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-101-15/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1016-63/+67
|\
| * packet: fix send path when running with proto == 0Daniel Borkmann2013-12-101-25/+40