summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ieee802154: add iftypes capabilityAlexander Aring2015-05-192-1/+8
| * | | cfg802154: introduce wpan phy flagsAlexander Aring2015-05-192-13/+20
| * | | mac802154: remove check if operation is supportedAlexander Aring2015-05-191-24/+0
| * | | mac802154: check for really changesAlexander Aring2015-05-191-0/+26
| * | | ieee802154: add several phy supported handlingAlexander Aring2015-05-192-5/+43
| * | | ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-192-4/+4
| * | | ieee802154: change cca ed level to mbmAlexander Aring2015-05-192-4/+4
| * | | ieee802154: change transmit power to mbmAlexander Aring2015-05-192-4/+4
| * | | ieee802154: change transmit power to s32Alexander Aring2015-05-192-4/+4
| * | | ieee802154: move validation check out of softmacAlexander Aring2015-05-192-30/+27
| * | | nl802154: cleanup invalid argument handlingAlexander Aring2015-05-191-8/+4
| * | | Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0
* | | | tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue2015-05-301-5/+2
* | | | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-301-0/+18
* | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-301-4/+6
| |_|/ |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-283-30/+28
|\ \ \
| * | | xfrm: optimise to search the inexact policy listLi RongQing2015-05-181-3/+8
| * | | xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing2015-05-051-3/+3
| * | | xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing2015-05-051-4/+3
| * | | xfrm: slightly optimise xfrm_inputLi RongQing2015-04-241-5/+5
| * | | xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing2015-04-233-3/+3
| * | | xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing2015-04-232-2/+4
| * | | xfrm: remove the xfrm_queue_purge definitionLi RongQing2015-04-231-10/+2
* | | | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
* | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-272-4/+13
* | | | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
* | | | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
* | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* | | | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-263-4/+7
* | | | tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-261-0/+31
* | | | tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* | | | net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-251-5/+7
* | | | net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-251-1/+1
* | | | bridge: skip fdb add if the port shouldn't learnWilson Kok2015-05-251-0/+6
* | | | pktgen: remove one sparse errorEric Dumazet2015-05-251-5/+5
* | | | ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-251-3/+3
* | | | irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire2015-05-251-2/+2
* | | | bridge: allow setting hash_max + multicast_router if interface is downLinus Lüssing2015-05-251-21/+3
* | | | ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal2015-05-251-11/+18
* | | | ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-252-17/+139
* | | | ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41
* | | | ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-2/+76
* | | | ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-10/+49
* | | | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-253-4/+13
* | | | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-255-9/+6
* | | | ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-252-49/+52
* | | | ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20
* | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-256-13/+10
* | | | ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-257-15/+21
OpenPOWER on IntegriCloud