summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard3-0/+70
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard4-18/+722
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard2-0/+85
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2-0/+34
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard3-0/+68
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard4-33/+127
2015-01-29pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet1-2/+2
2015-01-29act_connmark: fix dependencies betterArnd Bergmann1-1/+1
2015-01-29net: remove sock_iocbChristoph Hellwig3-103/+43
2015-01-29openvswitch: Add support for checksums on UDP tunnels.Jesse Gross3-6/+9
2015-01-29Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-59/+84
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-121/+189
2015-01-28NFC: hci: Remove nfc_hci_pipe2gate functionChristophe Ricard2-13/+0
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+3
2015-01-28NFC: hci: Reference every pipe information according to notificationChristophe Ricard2-22/+44
2015-01-28NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard2-21/+8
2015-01-28NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard2-7/+35
2015-01-28NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2015-01-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-01-27netlink: Kill redundant net argument in netlink_insertHerbert Xu1-8/+7
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-27Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/lin...David S. Miller4-20/+26
2015-01-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-27net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-01-27flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-27tipc: fix excessive network event loggingErik Hugne2-21/+21
2015-01-27net: act_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+3
2015-01-27net: cls_basic: return from walking on match in basic_getDaniel Borkmann1-2/+5
2015-01-27net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-27net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-01-27openvswitch: Add support for unique flow IDs.Joe Stringer6-91/+415
2015-01-27openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-27openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2015-01-27openvswitch: Refactor ovs_nla_fill_match().Joe Stringer3-40/+46
2015-01-27NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-27NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard1-1/+0
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-26bridge: simplify br_getlink() a bitDan Carpenter1-6/+3
2015-01-26ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-26net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1
2015-01-26net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2-1/+11
2015-01-26fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-26fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-26fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-26fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-26fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-26fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73