summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-06-01Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc...David S. Miller
2015-05-31Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-05-31netevent: remove automatic variable in register_netevent_notifier()Wang Long
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-31ipv6: drop unneeded gotoJulia Lawall
2015-05-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-31tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue
2015-05-31bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov
2015-05-31net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru
2015-05-29net: rfkill: gpio: make better use of gpiod APIUwe Kleine-König
2015-05-29cfg80211: ignore netif running state when changing iftypeMichal Kazior
2015-05-29mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior
2015-05-29batman-adv: Use common declaration order in *_send_skb_(packet|unicast)Antonio Quartulli
2015-05-29batman-adv: iv_ogm_orig_update, remove unnecessary bracketsMarkus Pargmann
2015-05-29batman-adv: iv_ogm_can_aggregate, code readabilityMarkus Pargmann
2015-05-29batman-adv: checkpatch - spaces preferred around that '*'Marek Lindner
2015-05-29batman-adv: checkpatch - comparison to NULL could be rewrittenMarek Lindner
2015-05-29batman-adv: Use safer default config for optional featuresSven Eckelmann
2015-05-29batman-adv: iv_ogm_send_to_if, declare char* as constMarkus Pargmann
2015-05-29batman-adv: iv_ogm_aggr_packet, bool return valueMarkus Pargmann
2015-05-29batman-adv: iv_ogm_iface_enable, direct return valuesMarkus Pargmann
2015-05-29batman-adv: Makefile, Sort alphabeticallyMarkus Pargmann
2015-05-29batman-adv: tvlv realloc, move error handling into if blockMarkus Pargmann
2015-05-29batman-adv: debugfs, avoid compiling for !DEBUG_FSMarkus Pargmann
2015-05-29batman-adv: Use only queued fragments when mergingSven Eckelmann
2015-05-29batman-adv: Check total_size when queueing fragmentsSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2015-05-29batman-adv: Start new development cycleSimon Wunderlich
2015-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet
2015-05-27tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet
2015-05-27nl802154: add support to set cca ed levelAlexander Aring
2015-05-27nl802154: add support for cca ed level infoAlexander Aring
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal
2015-05-27ieee802154: fix typo for file nameVarka Bhadram
2015-05-27ieee802154: add set transmit power supportVarka Bhadram
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller
2015-05-27tcp: tcp_tso_autosize() minimum is one packetEric Dumazet
2015-05-26tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet
2015-05-26tipc: fix bug in link protocol message create functionJon Paul Maloy
2015-05-26nl802154: fix cca mode wpan phy flagAlexander Aring
2015-05-26mac802154: mac802154_mlme_start_req() optimisation.Lennert Buytenhek
2015-05-26ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek
2015-05-26ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek
2015-05-26netfilter: nf_tables: add netdev table to filter from ingressPablo Neira Ayuso
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso
2015-05-26netfilter: default CONFIG_NETFILTER_INGRESS to yPablo Neira Ayuso
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal