summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco2013-12-171-2/+2
* tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2
* tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6
* tipc: remove unnecessary variables and conditionswangweidong2013-12-163-17/+8
* net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu2013-12-151-8/+4
* ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa2013-12-141-4/+5
* bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+21
* pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-142-2/+5
* packet: fix using smp_processor_id() in preemptible codeLi Zhong2013-12-141-1/+1
* netconf: add proxy-arp supportstephen hemminger2013-12-141-12/+29
* 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/+2
* sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5
* 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/+7
* tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149
* tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114
* 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/+23
* tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9
* net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-101-4/+6
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-102-2/+3
* net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-102-3/+3
* net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-101-1/+1
* net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-102-2/+3
* net: handle error more gracefully in socketpair()Yann Droneaud2013-12-101-18/+31
* net: more spelling fixesstephen hemminger2013-12-105-11/+11
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-101-2/+6
* dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-101-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-091-2/+1
* ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-092-2/+2
* ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-092-6/+2
* ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-092-2/+0
* ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-092-0/+8
* batadv: Slight optimization of batadv_compare_ethJoe Perches2013-12-091-1/+1
* neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-092-1/+8
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-093-6/+72
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-095-5/+17
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-092-15/+50
* neigh: convert parms to an arrayJiri Pirko2013-12-096-244/+203
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-097-117/+28
* x25: convert printks to pr_<level>wangweidong2013-12-097-17/+32
* packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2013-12-092-12/+80
OpenPOWER on IntegriCloud