summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2014-04-012-0/+26
| * | | | | | | net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann2014-04-011-2/+2
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-316-77/+106
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-316-77/+106
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-276-77/+106
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2014-03-262-2/+4
| | | | * | | | | | | Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg2014-03-241-2/+0Star
| | | | * | | | | | | Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg2014-03-241-1/+1
| | | | * | | | | | | Bluetooth: Remove LTK re-encryption procedureJohan Hedberg2014-03-242-49/+7Star
| | | | * | | | | | | Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg2014-03-241-0/+5
| | | | * | | | | | | Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg2014-03-242-0/+7
| | | | * | | | | | | Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg2014-03-241-0/+4
| | | | * | | | | | | Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg2014-03-241-0/+34
| | | | * | | | | | | Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg2014-03-241-1/+7
| | | | * | | | | | | Bluetooth: Track current configured LE scan type parameterMarcel Holtmann2014-03-211-0/+25
| | | | * | | | | | | Bluetooth: Fix address value for early disconnection eventsJohan Hedberg2014-03-202-21/+11Star
| | | | * | | | | | | Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-203-5/+5
| * | | | | | | | | | ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-03-314-10/+11
| * | | | | | | | | | ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa2014-03-311-12/+15
| * | | | | | | | | | net-gro: restore frag0 optimizationEric Dumazet2014-03-311-32/+64
| * | | | | | | | | | rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin2014-03-311-1/+2
| * | | | | | | | | | net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-313-1/+18
| * | | | | | | | | | ipv6: tcp_ipv6 policy route issueWang Yufen2014-03-311-7/+11
| * | | | | | | | | | ipv6: reuse rt6_need_strictWang Yufen2014-03-311-6/+0Star
| * | | | | | | | | | ipv6: tcp_ipv6 do some cleanupWang Yufen2014-03-311-13/+11Star
| * | | | | | | | | | bridge: use is_skb_forwardable in forward pathVlad Yasevich2014-03-311-7/+2Star
| * | | | | | | | | | net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-2/+2
| |/ / / / / / / / /
| * | | | | | | | | net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-311-300/+1157
| * | | | | | | | | net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-1/+7
| * | | | | | | | | net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann2014-03-311-7/+14
| * | | | | | | | | net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-311-2/+25
| * | | | | | | | | net: filter: keep original BPF program aroundDaniel Borkmann2014-03-312-29/+80
| * | | | | | | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-0/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-2916-122/+257
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen2014-03-291-15/+15
| * | | | | | | | | ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen2014-03-291-8/+10
| * | | | | | | | | ipv6: fix checkpatch errors comments and spaceWang Yufen2014-03-291-14/+12Star
| * | | | | | | | | netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-291-5/+5
| * | | | | | | | | netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman2014-03-291-2/+2
| * | | | | | | | | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-292-8/+8
| * | | | | | | | | netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman2014-03-291-9/+4Star
| * | | | | | | | | netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman2014-03-291-25/+36
| * | | | | | | | | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-295-19/+17Star
| * | | | | | | | | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-0/+2
| * | | | | | | | | packet: respect devices with LLTX flag in direct xmitDaniel Borkmann2014-03-281-20/+20
| * | | | | | | | | tipc: make discovery domain a bearer attributeErik Hugne2014-03-283-16/+10Star
| * | | | | | | | | tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-282-0/+9
| * | | | | | | | | hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
| * | | | | | | | | atm: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
| * | | | | | | | | tcp: tcp_make_synack() minor changesEric Dumazet2014-03-271-2/+2