summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-18net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-12-18pkt_sched: fq: more robust memory allocationEric Dumazet1-6/+28
2013-12-18tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-18net: remove dead code for add/del multiplestephen hemminger1-96/+1
2013-12-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller31-216/+970
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco1-2/+2
2013-12-16tipc: change lock_sock order in connect()wangweidong1-4/+2
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong1-1/+1
2013-12-16tipc: kill unnecessary goto'swangweidong1-8/+6
2013-12-16tipc: remove unnecessary variables and conditionswangweidong3-17/+8
2013-12-16net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu1-8/+4
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa1-4/+5
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+21
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2-2/+5
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong1-1/+1
2013-12-14netconf: add proxy-arp supportstephen hemminger1-12/+29
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-216/+970
2013-12-13ipv6: 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-12ipv6: router reachability probingJiri Benc2-6/+25
2013-12-12sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-12sch_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-11nfc: Fix FSF address in file headersJeff Kirsher22-61/+22
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-12-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-73/+877
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-11net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang1-4/+6
2013-12-11net_sched: add space around '>' and before '('Yang Yingliang2-2/+3
2013-12-11net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2-3/+3
2013-12-11net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-12-11net_sched: remove unnecessary parentheses while returnYang Yingliang2-2/+3
2013-12-11net: handle error more gracefully in socketpair()Yann Droneaud1-18/+31
2013-12-11net: more spelling fixesstephen hemminger5-11/+11
2013-12-11ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-11dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko1-4/+9
2013-12-11neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-11ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-10ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-10ipv6: add ip6_flowlabel helperFlorent Fourcot2-2/+2
2013-12-10ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2-6/+2
2013-12-10ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2-2/+0