summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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/+1
* ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-102-2/+2
* ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-102-6/+2
* ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-102-2/+0
* 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/+203
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-107-117/+28
* 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/+0
* 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
| * br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2013-12-062-1/+11
| * net: clear local_df when passing skb between namespacesHannes Frederic Sowa2013-12-061-0/+1
| * tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-061-7/+0
| * sctp: disable max_burst when the max_burst is 0wangweidong2013-12-061-1/+1
| * net_sched: Use default action walker methodsJamal Hadi Salim2013-12-068-9/+0
| * net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-061-6/+3
| * net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-067-8/+0
| * net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-061-2/+3
| * net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-061-4/+8
* | pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-103-9/+17
* | unix: convert printks to pr_<level>wangweidong2013-12-061-4/+5
* | ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-061-72/+99
* | ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-061-12/+20
* | net: introduce dev_consume_skb_any()Eric Dumazet2013-12-061-15/+30
* | sctp: fix some comments in associola.cwangweidong2013-12-061-4/+4
* | sctp: convert sctp_peer_needs_update to booleanwangweidong2013-12-061-3/+3
* | sctp: remove the else pathwangweidong2013-12-061-7/+3
* | sctp: remove the duplicate initializewangweidong2013-12-061-41/+0
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-0646-1092/+2460
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0646-1092/+2460
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0615-59/+99
| | |\ \