summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | lib80211: remove unused print_ssid()Andy Shevchenko2014-10-141-32/+0
* | | | | batman-adv: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-4/+4
* | | | | netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-145-18/+18
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\ \ \ \ \
| * | | | | fix misuses of f_count() in ppp and netlinkAl Viro2014-10-091-1/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-123-7/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v3.16' into nextJames Morris2014-10-0156-337/+536
| |\ \ \ \ \ \
| * | | | | | | KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2
| * | | | | | | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-163-7/+13
| * | | | | | | KEYS: Preparse match dataDavid Howells2014-09-161-2/+3
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-118-47/+69
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
| * | | | | | | flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
| * | | | | | | net: filter: fix the commentsLi RongQing2014-10-101-6/+3
| * | | | | | | net: bpf: fix bpf syscall dependence on anon_inodesAlexei Starovoitov2014-10-101-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-101-6/+4
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: fix wrong arithmetics regarding NFT_REJECT_ICMPX_MAXPablo Neira Ayuso2014-10-071-6/+4
| * | | | | | | | Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-101-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: rfkill: kernel-doc warning fixesFabian Frederick2014-10-081-2/+2
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-10-073-2/+9
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer2014-10-091-7/+13
| * | | | | | | | | | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
| * | | | | | | | | | netlabel: kernel-doc warning fixFabian Frederick2014-10-091-1/+0
* | | | | | | | | | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-1/+2
* | | | | | | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-104-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2457-355/+641
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-084-5/+5
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08434-7910/+15378
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-089-14/+49
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-081-0/+1
| | * | | | | | | | | | | | bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2014-10-072-0/+15
| | * | | | | | | | | | | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-3/+16
| | * | | | | | | | | | | | ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-041-2/+3
| | * | | | | | | | | | | | ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-041-2/+2
| | * | | | | | | | | | | | net/rds: fix possible double free on sock tear downHerton R. Krzesinski2014-10-031-4/+7
| | * | | | | | | | | | | | net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski2014-10-031-1/+4
| | * | | | | | | | | | | | net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski2014-10-031-2/+1
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick2014-10-081-5/+1
| * | | | | | | | | | | | wimax: convert printk to pr_foo()Fabian Frederick2014-10-077-16/+17
| * | | | | | | | | | | | af_unix: remove 0 assignment on staticFabian Frederick2014-10-071-1/+1
| * | | | | | | | | | | | ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
| * | | | | | | | | | | | tipc: fix bug in multicast congestion handlingJon Maloy2014-10-074-3/+21
| * | | | | | | | | | | | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-0714-23/+23
| * | | | | | | | | | | | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
| * | | | | | | | | | | | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-14/+15
| * | | | | | | | | | | | openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2
| * | | | | | | | | | | | net: fix a sparse warningAndy Zhou2014-10-071-1/+1
| * | | | | | | | | | | | ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
| * | | | | | | | | | | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-072-8/+7
OpenPOWER on IntegriCloud